home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / styles / kate.xml < prev    next >
Extensible Markup Language  |  2008-09-09  |  7KB  |  147 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Copyright (C) 2006-2007 GtkSourceView team
  5.  Author: Yevgen Muntyan <muntyan@tamu.edu>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23. <style-scheme id="kate" _name="Kate" version="1.0">
  24.   <author>GtkSourceView team</author>
  25.   <_description>Color scheme used in the Kate text editor</_description>
  26.  
  27.   <color name="red"                         value="#FF0000"/>
  28.   <color name="blue"                        value="#0000FF"/>
  29.   <color name="dark-blue"                   value="#000080"/>
  30.   <color name="dark-red"                    value="#800000"/>
  31.   <color name="dark-green"                  value="#008000"/>
  32.   <color name="grey"                        value="#808080"/>
  33.   <color name="yellow"                      value="#FFFF00"/>
  34.   <color name="white"                       value="#FFFFFF"/>
  35.  
  36.   <style name="current-line"                background="#EEF6FF"/>
  37.   <style name="right-margin"                background="#ADD4FF"/>
  38.   <style name="bracket-match"               background="#FFFF99" bold="true"/>
  39.   <style name="bracket-mismatch"            background="red" bold="true"/>
  40.  
  41.   <!-- Search Matching -->
  42.   <style name="search-match"                background="yellow"/>
  43.  
  44.   <!-- Bookmarks -->
  45.   <style name="bookmark"                    background="#E5E5FF"/>
  46.  
  47.   <!-- legacy styles for old lang files -->
  48.   <style name="Others"                      foreground="dark-red"/>
  49.   <style name="Others 2"                    bold="true"/>
  50.   <style name="Others 3"                    foreground="dark-green"/>
  51.  
  52.   <!-- Comments -->
  53.   <style name="def:comment"                 foreground="grey" italic="true" bold="false"/>
  54.   <style name="def:shebang"                 foreground="grey" bold="true"/>
  55.   <style name="def:doc-comment"             foreground="blue"/>
  56.   <style name="def:doc-comment-element"     bold="true"/>
  57.  
  58.   <!-- Constants -->
  59.   <style name="def:constant"                foreground="dark-red"/>
  60.   <style name="def:decimal"                 foreground="blue"/>
  61.   <style name="def:base-n-integer"          foreground="#008080"/>
  62.   <style name="def:floating-point"          foreground="#800080"/>
  63.   <style name="def:complex"                 use-style="def:base-n-integer"/>
  64.   <style name="def:character"               foreground="#FF00FF"/>
  65.   <style name="def:string"                  foreground="#DD0000"/>
  66.   <style name="def:special-char"            foreground="#FF00FF"/>
  67.  
  68.   <!-- Identifiers -->
  69.   <style name="def:identifier"              foreground="dark-blue"/>
  70.   <style name="def:function"                use-style="def:identifier"/>
  71.  
  72.   <!-- Statements -->
  73.   <style name="def:statement"               bold="true"/>
  74.  
  75.   <!-- Types -->
  76.   <style name="def:type"                    foreground="dark-red"/>
  77.  
  78.   <!-- Others -->
  79.   <style name="def:preprocessor"            bold="true"/>
  80.   <style name="def:note"                    foreground="white" background="#FFCCCC" bold="true" italic="false"/>
  81.   <style name="def:error"                   foreground="red" underline="true"/>
  82.   <style name="def:underlined"              underline="true"/>
  83.  
  84.   <!-- Language specific styles -->
  85.   <style name="c:preprocessor"              foreground="dark-green"/>
  86.   <style name="c:included-file"             use-style="c:preprocessor"/>
  87.   <style name="c:common-defines"            foreground="#0095FF" bold="true"/>
  88.  
  89.   <style name="diff:diff-file"              use-style="def:statement"/>
  90.   <style name="diff:added-line"             use-style="def:decimal"/>
  91.   <style name="diff:removed-line"           use-style="def:string"/>
  92.   <style name="diff:changed-line"           use-style="c:preprocessor"/>
  93.   <style name="diff:special-case"/>
  94.   <style name="diff:location"               use-style="def:type"/>
  95.  
  96.   <style name="xml:attribute-name"          foreground="dark-green"/>
  97.   <style name="xml:element-name"            bold="true"/>
  98.   <style name="xml:entity"                  foreground="blue"/>
  99.   <style name="xml:cdata-delim"             foreground="#008080" bold="true"/>
  100.   <style name="xml:processing-instruction"  bold="true"/>
  101.   <style name="xml:doctype"                 foreground="dark-red" bold="true"/>
  102.  
  103.   <style name="docbook-element"             foreground="#004141" bold="true"/>
  104.   <style name="docbook:header-elements"     use-style="docbook-element"/>
  105.   <style name="docbook:formatting-elements" use-style="docbook-element"/>
  106.   <style name="docbook:gui-elements"        use-style="docbook-element"/>
  107.   <style name="docbook:structural-elements" use-style="docbook-element"/>
  108.  
  109.   <style name="js:object"                   foreground="dark-green"/>
  110.   <style name="js:constructors"             bold="true"/>
  111.  
  112.   <style name="mooscript:special-vars"      use-style="c:preprocessor"/>
  113.  
  114.   <style name="latex:display-math"          background="#C0FFC0"/>
  115.   <style name="latex:inline-math"           foreground="#006400"/>
  116.   <style name="latex:math-bound"            bold="true"/>
  117.   <style name="latex:common-commands"       foreground="dark-red"/>
  118.   <style name="latex:command"               foreground="#7000DF"/>
  119.   <style name="latex:structure"             bold="true"/>
  120.   <style name="latex:section"               foreground="#7000DF" bold="true"/>
  121.   <style name="latex:include"               use-style="latex:common-commands"/>
  122.   <style name="latex:use-package"           use-style="latex:common-commands"/>
  123.  
  124.   <style name="changelog:date"              use-style="def:type"/>
  125.   <style name="changelog:email"             use-style="c:preprocessor"/>
  126.   <style name="changelog:file"              use-style="def:function"/>
  127.   <style name="changelog:bullet"            use-style="changelog:file"/>
  128.   <style name="changelog:release"           foreground="#0095FF" bold="true"/>
  129.  
  130.   <style name="perl:pod"                    foreground="grey"/>
  131.  
  132.   <style name="python:string-conversion"    background="#BEBEBE"/>
  133.   <style name="python:module-handler"       use-style="def:character"/>
  134.   <style name="python:special-variable"     use-style="def:type"/>
  135.   <style name="python:builtin-constant"     use-style="def:type"/>
  136.   <style name="python:builtin-object"       use-style="def:type"/>
  137.   <style name="python:builtin-function"     use-style="def:type"/>
  138.   <style name="python:boolean"              use-style="def:type"/>
  139.  
  140.   <style name="scheme:parens"               use-style="def:statement"/>
  141.   <style name="scheme:any-function"         use-style="def:statement"/>
  142.  
  143.   <style name="sh:dollar"                   foreground="dark-green" bold="true"/>
  144.  
  145.   <style name="makefile:trailing-tab"       background="#FFC0CB"/>
  146. </style-scheme>
  147.